/*模块*/

.main {
	/*margin-top: 60px;*/
}

.main-hd {
	text-align: center;
	padding: 35px 0;
}

.more-btn {
	display: block;
	width: 120px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background-color: #32bfc0;
	border-radius: 5px;
	padding: 0 10px;
}

.more-btn:hover {
	color: #fff;
}


/*服务项目*/

.s-item {
	margin-bottom: 30px;
	width: 370px;
	float: left;
}

.s-item h3 {
	color: #333;
	font-size: 25px;
	font-weight: 600;
	line-height: 50px;
	padding-left: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0;
	transition: .3s ease;
}

.s-item:nth-child(3n-1) {
	margin: 0 95px;
}

.s-icon1 {
	background: url("../image/service_icon1.png") left center no-repeat;
	background-size: 50px 50px;
}

.s-icon2 {
	background: url("../image/service_icon2.png") left center no-repeat;
	background-size: 50px 50px;
}

.s-icon3 {
	background: url("../image/service_icon3.png") left center no-repeat;
	background-size: 50px 50px;
}

.s-icon4 {
	background: url("../image/service_icon4.png") left center no-repeat;
	background-size: 50px 50px;
}

.s-icon5 {
	background: url("../image/service_icon5.png") left center no-repeat;
	background-size: 50px 50px;
}

.s-icon6 {
	background: url("../image/service_icon6.png") left center no-repeat;
	background-size: 50px 50px;
}

.s-wrap {
	width: 370px;
	overflow: hidden;
	position: relative;
}

.s-wrap a {
	display: block;
}

.s-wrap-hover {
	position: absolute;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fff;
	top: 0;
	transition: .3s ease;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
}

.s-wrap a:hover .s-wrap-hover {
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.s-item:hover h3 {
	color: #32bfc0;
}

.s-wrap-hover ul {
	height: 200px;
}

.s-wrap-hover ul>li {
	font-size: 14px;
	line-height: 30px;
}

.now-more {
	background: url("../image/icon_more.png") right center no-repeat;
	background-size: 24px 24px;
	padding-right: 30px;
	text-align: right;
	font-size: 18px;
}


/*媒体报道*/

.m-video {
	width: 630px;
	height: 470px;
	overflow: hidden;
}


/*video开始*/

.m {
	width: 630px;
	height: 360px;
	position: relative;
}

.m .video_mark {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.m .video_mark i {
	background: url('../image/movie.png')no-repeat center center;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background-size: 50px;
}

.m .video-js .vjs-big-play-button {
	font-size: 3.8rem;
	line-height: 1.5em;
	width: 1.5em;
	height: 1.5em;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


/*video结束*/

.m-video-title {
	background: url("../image/media_icon1.png") 10px center no-repeat;
	background-size: 30px 27px;
	line-height: 27px;
	font-size: 20px;
	padding-left: 60px;
	margin: 20px 0;
}

.m-video-title a {
	color: #000;
}

.m-video-title li {
	display: inline-block;
}

.m-lists {
	margin-left: 20px;
	height: 470px;
	overflow-x: hidden;
	padding: 2px 0;
}

.m-item+div.m-item {
	margin-top: 15px;
}

.m-item {
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	border-radius: 3px;
}

.m-item:hover {
	box-shadow: 2px 2px 10px #e9e9e9;
}

.m-item a {
	display: block;
}

.m-item a:hover h4 {
	color: #32bfc0;
}

.m-item-img {
	width: 150px;
	height: 123px;
	position: relative;
}

.m-item-img img {
	width: 100%;
	height: 100%;
}

.m-item-img-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../image/play.png") 6px 100px no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	background-size: 22px 16px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: .3s ease;
}

.m-item-img-txt:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.m-item-img-txt h3 {
	width: 150px;
	height: 123px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
}

.m-lists-txt {
	margin: 2px 0 2px 10px;
	height: 400px;
	overflow: hidden;
	/* border:1px solid #ccc; */
}

.m-lists-txt ul>li {
	width: 468px;
	padding: 10px 0;
	margin: 0 10px;
	overflow: hidden;
	line-height: 22px;
}

.m-lists-txt ul>li:first-child {
	padding-top: 0;
}

.m-lists-txt ul>li+li {
	/* border-top:1px dashed #ccc; */
}

.m-lists-txt ul>li a {
	display: block;
	color: #333;
	font-size: 16px;
	width: 340px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-lists-txt ul>li a:hover {
	color: #32bfc0;
}

.m-lists-txt ul>li span {
	font-size: 16px;
	margin-left: 10px;
	float: left;
	color: #a0a0a0;
}


/*合作医院*/

.menu {
	position: relative;
	height: 50px;
	margin-bottom: 30px;
}

.menu ul {
	/*position: absolute;
	top:0;
	left:50%;
	margin-left:-208px;*/
	text-align: center;
}

.menu ul>li {
	color: #333;
	font-size: 18px;
	/*float:left;*/
	display: inline-block;
	margin-right: 100px;
	line-height: 50px;
	cursor: pointer;
	transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
}

.menu ul>li:hover {
	font-weight: 600;
	color: #32bfc0;
	border-bottom: 2px solid #32bfc0;
}

.menu ul>li.active {
	font-weight: 600;
	color: #32bfc0;
	border-bottom: 2px solid #32bfc0;
}

.menu ul>li:last-child {
	margin-right: 0;
}

.h-con {
	display: none;
}

.h-active {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.h-item img {
	width: 100%;
	height: 100%;
}

.h-item .row {
	width: 100%;
	height: 100%;
}

.hospital .item1 {
	height: 520px;
	overflow: hidden;
	width: 20%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.hospital .star {
	height: 1px;
	flex: 1;
}

.hospital .hospital1 {
	height: 1px;
	flex: 1;
}

.hospital .item2 {
	height: 520px;
	overflow: hidden;
	width: 40%;
}

.hospital .item3 {
	height: 520px;
	overflow: hidden;
	width: 40%;
}

.hospital .item4 {
	width: 40%;
	overflow: hidden;
	height: auto;
}

.hospital .item5 {
	width: 40%;
	overflow: hidden;
	height: auto;
}

.hospital .item6 {
	width: 20%;
	overflow: hidden;
	height: auto;
}

.hospital .row {
	position: relative;
	overflow: hidden;
}

.hospital .row a {
	display: block;
	height: 100%;
}

.hospital .row-hover {
	width: 100%;
	height: 100%;
	padding: 8%;
	box-sizing: border-box;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	opacity: 0.7;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	-moz-transition: .3s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.hospital a:hover .row-hover {
	transform: translateX(0);
}

.hospital .row-hover h3 {
	margin: 5% 0;
	font-size: 24px;
	line-height: 70px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hospital .row-hover h3 span {
	display: block;
	background-color: #32bfc0;
	height: 2px;
	width: 6.5em;
	position: absolute;
	bottom: 0;
	left: 0;
}

.hospital .row-hover .row-hover-txt {
	height: 66%;
	line-height: 40px;
	position: relative;
	font-size: 16px;
}

.hospital .row-hover1 h3 {
	font-size: 20px;
	line-height: 50px;
}

.hospital .row-hover1 .row-hover-txt {
	height: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hospital .row-hover2 {
	padding: 1% 8%;
}

.hospital .row-hover2 h3 {
	margin: 0;
}

.hospital .row-hover2 .row-hover-txt {
	height: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hospital .item2-1 a {
	display: block;
	width: 378px;
	height: 672px;
	overflow: hidden;
}

.hospital .item2-1 img {
	width: 378px;
	height: 672px;
}

.hospital .item2-2 {
	margin-top: -20px;
}

.hospital .item2-2 .h-item2-2 a {
	display: block;
	width: 100%;
	height: 326px;
	overflow: hidden;
}

.hospital .item2-2 img {
	width: 100%;
	height: 100%;
}

.hospital .h-item2 .h-item2-2 {
	margin-top: 20px;
	margin-right: 20px;
	display: inline-block;
	width: 32%;
}

.hospital .h-item2 .h-item2-2:nth-child(3n) {
	margin-right: 0;
}

.hospital .h-item2 a img {
	transition: 1s ease;
}

.hospital .h-item2 a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.hospital .h-item3 {
	float: left;
	width: 33.3333333%;
	height: 325px;
	overflow: hidden;
	position: relative;
}

.hospital .h-item3 a {
	display: block;
}

.hospital .h-item3 a img {
	width: 100%;
	height: 100%;
}

.hospital .h-item3 .h-item3-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #fff;
	font-size: 22px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: .3s ease;
}

.hospital .h-item3 .h-item3-hover p {
	text-align: center;
	padding: 0 20px;
	width: 433px;
	box-sizing: border-box;
	height: 325px;
	display: table-cell;
	vertical-align: middle;
}

.hospital .h-item3 a:hover .h-item3-hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


/*代孕流程*/

.p-content {
	background: #f0f0f0 url("../image/process_bg.png") center center no-repeat;
	height: 256px;
	padding: 50px 0;
}

.process .container {
	position: relative;
	height: 256px;
}

.process .step {
	position: absolute;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}

.process .step1 {
	left: 100px;
	bottom: 0;
}

.process .step2 {
	left: 260px;
	top: 10px;
}

.process .step3 {
	left: 434px;
	bottom: 0;
}

.process .step4 {
	left: 600px;
	top: 10px;
}

.process .step5 {
	left: 770px;
	bottom: 0;
}

.process .step6 {
	left: 930px;
	top: 10px;
}

.process .step7 {
	left: 1090px;
	bottom: 0;
}

.process .step p {
	font-size: 18px;
	margin: 5px 0;
	color: #444;
	text-align: center;
}

.process .step img {
	border-radius: 100%;
}

.process .step:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.process .step:hover img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.process .step:hover p {
	color: #32bfc0;
}


/*8大专业服务*/

.professional .container {
	background: url("../image/professional_bg.png") center center no-repeat;
	background-size: cover;
	height: 530px;
}

.professional .content {
	padding: 80px;
	height: 530px;
	box-sizing: border-box;
}

.iconbox {
	float: left;
	width: 210px;
	margin-right: 100px;
	padding: 30px 0;
}

.iconbox:nth-child(4n) {
	margin-right: 0;
}

.iconbox-title {
	height: 60px;
	color: #fff;
	padding-left: 70px;
}

.iconbox-title h4 {
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
}

.iconbox-title span {
	display: block;
	font-size: 14px;
}

.professional .icon1 {
	background: url("../image/professional_icon1.png") left center no-repeat;
	background-size: 64px 64px;
}

.professional .icon2 {
	background: url("../image/professional_icon2.png") left center no-repeat;
	background-size: 64px 64px;
}

.professional .icon3 {
	background: url("../image/professional_icon3.png") left center no-repeat;
	background-size: 64px 64px;
}

.professional .icon4 {
	background: url("../image/professional_icon4.png") left center no-repeat;
	background-size: 64px 64px;
}

.professional .icon5 {
	background: url("../image/professional_icon5.png") left center no-repeat;
	background-size: 64px 64px;
}

.professional .icon6 {
	background: url("../image/professional_icon6.png") left center no-repeat;
	background-size: 64px 64px;
}

.professional .icon7 {
	background: url("../image/professional_icon7.png") left center no-repeat;
	background-size: 64px 64px;
}

.professional .icon8 {
	background: url("../image/professional_icon8.png") left center no-repeat;
	background-size: 64px 64px;
}

.iconbox-txt {
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}


/*海外试管*/

.col-md-6 {
	width: 50%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.tube .mt-20 {
	margin-top: 21px;
}

.treatment-box {
	padding: 40px 60px;
	height: 219px;
	box-sizing: border-box;
}

.treatment-box2 {
	padding: 50px;
	height: 459px;
	box-sizing: border-box;
}

.treatment-boxbg1 {
	background: url("../image/tube_img1.jpg") no-repeat;
	background-size: cover;
}

.treatment-boxbg2 {
	background: url("../image/tube_img2.jpg") no-repeat;
	background-size: cover;
}

.treatment-boxbg3 {
	background: url("../image/tube_img3.jpg") no-repeat;
	background-size: cover;
}

.treatment-content {
	padding: 20px 0;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	height: 139px;
	box-sizing: border-box;
}

.treatment-box .treatment-content .img {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -50px;
	width: 100px;
	height: 100px;
	transition: .5s ease;
}

.treatment-box .treatment-content .icon1 {
	background: url("../image/tube_icon1.png") center no-repeat;
}

.treatment-box:hover .treatment-content .icon1 {
	background: url("../image/tube_icon1_hover.png") center no-repeat;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
}

.treatment-box .treatment-content .icon2 {
	background: url("../image/tube_icon2.png") center no-repeat;
}

.treatment-box:hover .treatment-content .icon2 {
	background: url("../image/tube_icon2_hover.png") center no-repeat;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
}

.treatment-box2 .treatment-content {
	text-align: center;
	padding: 40px;
	height: 359px;
	box-sizing: border-box;
}

.treatment-box2 .treatment-content .img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	transition: .5s ease;
}

.treatment-box2 .treatment-content .icon3 {
	background: url("../image/tube_icon3.png") center no-repeat;
}

.treatment-box2:hover .treatment-content .icon3 {
	background: url("../image/tube_icon3_hover.png") center no-repeat;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
}

.treatment-box .treatment-txt {
	float: left;
	overflow: hidden;
	padding-left: 140px;
}

.treatment-box2 .treatment-txt p {
	padding-left: 120px;
}

.treatment-txt h6 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.treatment-box2 .treatment-txt h6 {
	margin: 20px 0;
}

.treatment-box2 .treatment-txt p {
	text-align: left;
	line-height: 30px;
}

.treatment-txt h6.m0 {
	margin: 0;
}

.treatment-txt p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}


/*后期保障*/

.g-content {
	background: url("../image/guarantee_bg.png") center bottom no-repeat;
	background-size: 100% 325px;
	min-height: 325px;
}

.g-box {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 65px;
	margin-bottom: 70px;
}

.guarantee .box-con {
	margin: 0 auto;
	width: 490px;
	height: 380px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	position: relative;
	border: 4px solid transparent;
	transition: .3s ease;
}

.guarantee .box-con:hover {
	border: 4px solid #32bfc0;
}

.guarantee .box-con-icon {
	position: absolute;
	top: -65px;
	left: 50%;
	margin-left: -65px;
}

.guarantee .box-con-title {
	position: relative;
	margin-top: 70px;
	margin-bottom: 30px;
}

.guarantee .box-con-title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #4d4d4d;
	text-align: center;
	padding: 15px 0;
}

.guarantee .box-con-title span {
	height: 1px;
	width: 80px;
	background-color: #4d4d4d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.guarantee .box-con-txt {
	padding: 0 20px;
	text-indent: 1em;
	font-size: 22px;
	color: #666;
	line-height: 40px;
}


/*代孕专题*/

.dytopic .container {
	padding: 20px 0;
}

.dytopic .box {
	width: 400px;
	float: left;
}

.dytopic .box:nth-child(2n) {
	margin-left: 16px;
	margin-right: 16px;
}

.dytopic .box-title {
	transition: .3s ease;
}

.dytopic .box-title:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.dytopic .box-title img {
	width: 400px;
	height: 220px;
}

.dytopic .box-title h4 {
	background: url("../image/dytopic_icon.png") 10px center no-repeat;
	height: 58px;
	color: #1a1a1a;
	font-size: 20px;
	padding: 20px 10px 20px 80px;
	overflow: hidden;
	text-align: justify;
}

.dytopic .box-txt {
	margin-bottom: 20px;
	float: left;
	margin-top: -20px;
}

.dytopic .box-txt ul>li {
	font-size: 16px;
	width: 400px;
	float: left;
	margin-bottom: 10px;
	margin-right: 50px;
}

.dytopic .box-txt ul>li:nth-child(3n) {
	margin-right: 0;
}

.dytopic .box-txt ul>li a {
	color: #1a1a1a;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dytopic .box-txt ul>li a:hover {
	color: #32bfc0;
}

.dytopic .box-txt ul>li a p {
	width: 88%;
	display: inline-block;
}


/*诊疗专题*/


}
.col-md-40 {
	width: 20%;
}
.col-md-10 {
	width: 80%;
	float: left;
}
.zltopic .item {
	padding: 20px 0;
	position: relative;
}
.zltopic .col-md-40 {
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -37px;
}
.zltopic .col-md-10 {
	padding-left: 260px;
}
.zltopic .topic-title {
	padding-left: 100px;
	height: 74px;
	line-height: 74px;
	color: #4d4d4d;
	font-size: 26px;
	font-weight: 600;
}
.zltopic .topic-title-icon1 {
	background: url("../image/icon_byby.png") no-repeat left center;
}
.zltopic .topic-title-icon2 {
	background: url("../image/icon_yyjc.png") no-repeat left center;
}
.zltopic .topic-title-icon3 {
	background: url("../image/icon_fzss.png") no-repeat left center;
}
.zltopic .topic-title-icon4 {
	background: url("../image/icon_yqgl.png") no-repeat left center;
}
.zltopic .col-md-10>ul>li {
	float: left;
	width: 245px;
	margin-right: 20px;
	white-space: nowrap;
	/* 不换行 */
	
	overflow: hidden;
	/* 超出部分不显示 */
	
	text-overflow: ellipsis;
	/* 超出部分显示为... */
	
	line-height: 30px;
}
.zltopic .col-md-10>ul>li:nth-child(4n) {
	margin-right: 0;
}
.zltopic .col-md-10>ul>li a {
	color: #333;
	font-size: 14px;
	transition: .3s ease;
}
.zltopic .col-md-10>ul>li a:hover {
	color: #32bfc0;
}

/*我们的选择*/
.chosses {
	/*margin-top: 80px;*/margin-top: 0px;
	background: url("../image/chooseus_bg.png") left bottom no-repeat;
	background-size: 30.6666666%;
	height: 650px;
}
.chosses .container {width: 100%;
	/*padding: 80px 0 80px 230px;*/    padding: 80px 0 79px 35%;
	box-sizing: border-box;
}
.chosses .item {
	float: left;
}
.chosses .item+div.item {
	margin-left: 80px;
}
.chosses .item .item-img {
	text-align: center;
}
.chosses .item img {
	width: 130px;
	height: 150px;
	transition: .3s ease;
}
.chosses .item .item-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.chosses .item h4 {
	color: #f26161;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	padding: 20px 0;
	margin-top: 20px;
}
.chosses .item h2 {
	color: #f26161;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	padding: 20px 0;
	margin-top: 20px;
}
.chosses .item p {
	color: #000;
	font-size: 20px;
	text-align: center;
}

/*成功案例*/
.case {
	margin: 0;
	background: url("../image/case_bg.png") center no-repeat;
	background-size: cover;
	height: 686px;
}
.poster-main {
	width: 1300px;
	height: 300px;
	position: relative;
	margin: 0 auto;
}
.poster-main a,
.poster-main img {
	display: block;
	height: 100%;
}
.poster-main .poster-list {
	width: 1300px;
	height: 300px;
}
.poster-main .poster-list .poster-item {
	width: 200px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
}
.poster-main .poster-list .poster-item a img {
	box-sizing: border-box;
	height: 100%;
}
.poster-main .poster-list .poster-item a:hover img {
	border: 3px solid #32bfc0;
}
.poster-main .poster-btn {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.poster-main .poster-prev-btn {
	left: -80px;
	padding-right: 80px;
	background: url(../image/left.png) no-repeat left center;
}
.poster-main .poster-next-btn {
	right: -80px;
	padding-left: 80px;
	background: url(../image/right.png) no-repeat right center;
}
.poster-title {
	position: relative;
	height: 47px;
	margin: 20px 0;
	overflow: hidden;
}
.poster-title span {
	color: #fff;
	font-size: 26px;
	background: url("../image/case_icon_hero.png") left center no-repeat;
	padding: 10px 0 10px 60px;
}
.poster-title ul>li {
	text-align: center;
	line-height: 47px;
}

/*关于我们*/
.about .content {
	background: url("../image/about_bg.png") center bottom no-repeat;
	/*padding-bottom: 30%;*/padding-bottom: 20%;
	background-size: 100% 55%;
}
.about p {
	color: #000;
	font-size: 18px;
	text-indent: 2em;
	text-align: justify;
}
.about .about-txt {
	line-height: 30px;
	/*padding-top: 60px;*/padding-top: 20px;
	/*margin-bottom: 40px;*/margin-bottom: 10px;
}
.about-txt-title {
	color: #000;
	border-left: 10px solid #0a5179;
	font-size: 18px;
	padding-left: 20px;
	line-height: 20px;
}
.about-txt-bd {
	color: #000;
	padding-left: 30px;
	line-height: 40px;
	margin: 10px 0 40px;
}
.about .about-txt-bd {
	text-indent: 1em;
}
.left_table {
	/*width: 60%;*/
	
	width: 100%;
	float: left;
}
.container::after,
left_table::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.left_table ul {
	display: flex;
}
.left_table li {
	margin-right: 10px;
	width: 24%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 12px 0px rgba(99, 99, 99, 0.43);
}
.left_table li img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.left_text {
	padding: 15px 10px 10px;
	box-sizing: border-box;
}
.left_text>div {
	/*font-size: 22px;*/
	
	font-size: 20px;
	color: #31c8c9;
	margin-bottom: 15px;
	text-align: center;
}
.left_text>p {
	font-size: 16px;
	color: #666666;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 15px;
}
.left_text>a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #31c8c9;
	margin-bottom: 15px;
	border-radius: 5px;
	cursor: pointer;
}
.left_text>span {
	font-size: 16px;
	color: #999;
}
.swiper-container {
	width: 500px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.right_table {
	float: right;
	width: 40%;
	padding-left: 20px;
	box-sizing: border-box;
}
.right_table .swiper-slide a {
	display: block;
	font-size: 16px;
	line-height: 21px;
	width: 100%;
}
.right_table .swiper-slide a::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.right_table .swiper-slide a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	float: left;
	margin-top: 3px;
}
.right_table .swiper-slide a .nn {
	margin-right: 35px;
	color: #333;
	float: left;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
}
.right_table .swiper-slide a .tx {
	color: #666;
	float: left;
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.right_table .swiper-slide a .tx:hover {
	text-decoration: underline;
	color: #333;
}
.right_table .swiper-slide a .da {
	margin-right: 30px;
	color: #999;
	float: right;
}
.right_table .swiper-slide a .ri {
	color: #e33030;
	float: right;
}
.clear:after {
	display: block;
	content: '';
	clear: both;
}
.ly-telnav {
	display: none;
}
.title.dyzl-title {
	display: none;
}
section.main-section {
	display: none;
}
footer.ly-telfooter {
	display: none;
}
section.news1_content {
	display: none;
}
section.pageTurn {
	display: none;
}
section.case {
	display: none;
}
section.package {
	display: none;
}
section.screen-1 {
	display: none;
}
section.screen-13 {
	display: none;
}
section.screen-9 {
	display: none;
}
section.screen-2 {
	display: none;
}
section.screen-5 {
	display: none;
}

/*手机端*/
@media (max-width: 767px) {
	body {
		min-width: 100%;
		background-color: #f0f0f0;
	}
	
	.site-header.header-v2 {
		display: none;
	}
	
	.boxed {
		display: none;
	}
	
	.header {
		position: relative;
		width: 100%;
		height: 4rem;
		background: #fff;
		box-sizing: border-box;
	}
	
	.ly-telnav {
		display: block;
	}
	
	.header_logo {
		float: left;
		width: 10rem;
		height: 100%;
		/*background: url("../img/logoa.png") no-repeat; */
		background-size: 100% 100%;
		position: absolute;
		top: 2%;
	}
	
	.header_title {
		float: left;
		font-size: 0.28rem;
		color: #32bfc0;
		line-height: 1rem;
		margin-left: 1rem;
	}
	
	.phone_number .phpne_txt {
		margin-top: 9px;
	}
	
	.header_phone {
		float: right;
		height: 1rem;
		margin-right: 0.2rem;
	}
	
	.header_phone img {
		width: 12rem;
		height: 3rem;
		display: block;
		float: left;
		margin-top: 0.5rem;
	}
	
	.phone_number {
		float: left;
		height: 100%;
		margin-left: -10px;
	}
	
	.header_phone span {
		font-size: 0.24rem;
		color: #32bfc0;
		display: block;
	}
	
	.header_phone:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
	}
	
	.header_button {
		width: 0.4rem;
		height: 0.26rem;
		background: url('http://www.nhkxsq.com/static/images/header_button.png') no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		margin-top: -0.13rem;
		right: 0.44rem;
	}
	
	.header-href {
		background: #32BFC0;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	
	.header-href ul {
		/*font-size: 0;*/
	}
	
	.header-href li {
		width: 19.2%;
		display: inline-block;
		font-size: 0.28rem;
		text-align: center;
		height: 2rem;
		line-height: 2rem;
		box-sizing: border-box;
	}
	
	.header-href li {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	.header-href li:nth-child(5n) {
		border-right: none;
	}
	
	.header-href .border-none {
		border: 0;
	}
	
	.header-href li a {
		color: #fff;    font-size: 0.8rem;
	}
	
	.header-href .width_fff {
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5px 0;
	}
	
	.container.content-wrap.clearfix {
		display: none;
	}
	
	.banner {
		height: 155px;
	}
	
	section.main-section {
		display: block;
	}
	
	.title.dyzl-title {
		display: block;
	}
	
	section.main-section .main-text p img {
		width: 100% !important;
		height: 100% !important;
	}
	
	.title {
		width: 100%;
		height: 3rem;
		line-height: 3rem;
		margin: 0.2rem 0;
		background-color: #ffffff;
	}
	
	.title ul {
		margin: 0 0.2rem;
	}
	
	.title ul>li {
		float: left;
		font-size: 0.30rem;
	}
	
	.title ul>li a {
		color: #333;
	}
	
	.title ul>li:last-child a {
		color: #32bfc0;
	}
	
	.main-title {
		text-align: center;
		color: #32bfc0;
		font-size: 1.2rem;
		padding: 10px 0;
	}
	
	.main-text p {
		font-size: 0.3rem;
		line-height: 7em;
		text-indent: 1.6rem;
	}
	
	.main-section {
		background-color: white;
		margin-bottom: 2rem;
		padding: 1rem;
	}
	
	span.ly-telnrt {
		text-align: center;
		display: block;
		font-size: 0.8rem;
		margin: 5px 0;
	}
	
	.ly-teln {
		margin: 20px 0;
	}
	
	.ly-teln span a {
		color: #000;
	}
	
	section.main-section .main-text div img {
		width: 100% !important;
		height: auto !important;
	}
	/*脚部*/
	
	footer.footer {
		display: none;
	}
	
	footer.ly-telfooter {
		display: block;
	}
	
	.ly-telfooter .footer-text {
		text-align: center;
		line-height: 2rem;
		width: 100%;
		height: 2rem;
		box-sizing: border-box;
		border-top: 0.01rem solid #ffffff;
		background-color: #4d4d4d;
		    font-size: 0.8rem;
		color: #fff;
	}
	
	.download_bot .logo_ph img {
		width: 100%;
	}
	
	.download_bot {
		background: #4d4d4d;
		overflow: hidden;
	}
	
	.download_bot .logo_ph {
		width: 80%;
		margin: 10px auto;
	}
	
	footer.ly-telfooter {
		margin-bottom: 50px;
	}
	/*第一屏*/
	
	.screen-1 {
		width: 100%;
		margin-bottom: 0.4rem;
	}
	/*banner*/
	
	.screen-1 .banner {
		width: 100%;
		height: 220px !important;
	}
	
	.swipe {
		overflow: hidden;
		visibility: hidden;
		position: relative;
	}
	
	.swipe-wrap {
		overflow: hidden;
		position: relative;
	}
	
	.swipe-wrap>div {
		float: left;
		width: 100%;
		position: relative;
	}
	
	.swipe-wrap>div>img {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.swipe ul {
		display: none;
		height: 0.12rem;
		position: absolute;
		bottom: 0.2rem;
		margin-left: 50%;
		left: -0.3rem;
		z-index: 5;
	}
	
	.swipe ul li {
		float: left;
		width: 0.12rem;
		height: 0.12rem;
		border-radius: 0.6rem;
		list-style: none;
		margin-right: 0.12rem;
		background-color: #cccccc;
	}
	
	.swipe ul li:last-child {
		margin-right: 0;
	}
	
	.swipe ul li.on {
		background-color: #32bfc0;
	}
	/*nav*/
	
	.h10 {
		height: 0.2rem;
		background: #ebebeb;
	}
	
	.new_nav {
		padding: 0.4rem;
		box-sizing: border-box;
		background: #fff;
	}
	
	.nav_title {
		font-size: 1.2rem;
		text-align: center;
		position: relative;
	}
	
	.nav_btn {
		font-size: 0.8rem;
		color: #fff;
		background: #32bfc0;
		display: table;
		padding: 8px 10px;
		border-radius: 5px;
		margin: 0.2rem auto;
	}
	
	.nav_title:after {
		content: "";
		display: block;
		background: url('../image/tit_left.png')no-repeat center center;
		background-size: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 24px;
	}
	
	.nav_title:before {
		content: "";
		display: block;
		background: url('../image/tit_right.png')no-repeat center center;
		background-size: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 30%;
		height: 24px;
	}
	
	.new_nav ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0.4rem;
	}
	
	.new_nav li {
		width: 22%;
		border: 1px solid #32bfc0;
		margin-bottom: 0.8rem;
		text-align: center;
		font-size: 0.28rem;
		box-sizing: border-box;
		margin-right: 4%;
	}
	
	.new_nav li:nth-child(4n) {
		margin-right: 0;
	}
	
	.new_nav li a {
		display: block;
		height: 100%;
		color: #333;
		padding: 0.5rem 0;
		    font-size: 0.8rem;
	}
	
	section.screen-1 {
		display: block;
	}
	
	.main.media {
		display: none;
	}
	
	.main.service {
		display: none;
	}
	
	.main.hospital {
		display: none;
	}
	
	.main.process {
		display: none;
	}
	
	.main.professional {
		display: none;
	}
	
	.main.tube {
		display: none;
	}
	
	.main.guarantee {
		display: none;
	}
	
	.main.dytopic {
		display: none;
	}
	
	.main.chosses {
		display: none;
	}
	.main.zltopic{
		display: none;
	}
	.main.about{
		display: none;
	}
	/*第13屏*/
	
	.screen-13 {
		display: block !important;
		background-color: #fff;
		margin-top: 0.3rem;
		box-sizing: border-box;
		position: relative;
		padding-bottom: 0.6rem;
	}
	/*每屏公共头部*/
	
	.screen-2 {
		display: block !important;
		background-color: #fff;
		margin-top: 0.3rem;
	}
	/*头部模板*/
	
	.c_heading {
		overflow: hidden;
		height: 3rem;
		box-sizing: border-box;
		border-bottom: 1px solid #cbcbcb;
		position: relative;
		background-color: #fff;
		display: block;
		text-decoration: none;
	}
	
	.c_heading .c_heading_logo {
		width: 2rem;
		height: 2rem;
		background: url("../image/about_icon.png") no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: 18%;
		left: 5.5rem;
	}
	
	.c_heading h3 {
		font-size: 1.2rem;
		color: #32bfc0;
		font-weight: normal;
		margin-left: 3rem;
		line-height: 3rem;
		text-align: center;
	}
	
	.c_heading h3 span {
		color: #d9d9d9;
		font-size: 0.3rem;
		padding-left: 0.14rem;
	}
	
	.c_heading .c_right_angle {
		width: 0.16rem;
		height: 0.3rem;
		background: url('http://www.nhkxsq.com/static/picture/right_angle.png');
		background-size: 100% 100%;
		position: absolute;
		right: 0.44rem;
		top: 50%;
		margin-top: -0.15rem;
	}
	
	.c_heading .c_line {
		width: 4rem;
		height: 0.04rem;
		background-color: #32bfc0;
		position: absolute;
		bottom: 0;
		left: 9rem;
	}
	
	.about_tablist {
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	
	.about_detail_one img {
		max-width: 100%;
		margin: 0px 0 5px;
	}
	
	.about_detail_one p {
		font-size: 0.7rem;
		line-height: 1.5rem;
		color: #333;
	}
	
	.about_detail_one p span {
		color: #32bfc0;
	}
	
	.about_detail>div.on {
		display: block;
	}
	
	.about_href {
		border: 0;
	}
	
	.about_tablist ul li.on {
		background: #32bfc0;
		color: #fff;
	}
	/*第9屏*/
	
	.screen-9 {
		display: block !important;
		background-color: #fff;
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
		box-sizing: border-box;
		border-bottom: 1px solid #cccccc;
	}
	/*只改logo*/
	
	.screen-9_heading .heading_logo {
		width: 2rem;
		height: 2rem;
		background: url("../image/topic_icon.png") no-repeat;
		background-size: 100% 100%;
		left: 6.5rem;
		top: 21%;
	}
	
	.screen-9 ul.topic {
		list-style: none;
		box-sizing: border-box;
		padding: 0rem 0.24rem 0 0.24rem;
	}
	
	.screen-9 ul.topic li {
		height: 6rem;
		background-color: #fff;
		box-sizing: border-box;
		border-bottom: 1px solid #cccccc;
		position: relative;
		text-align: left;
		margin-top: 0.1rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.screen-9 ul.topic li img {
		width: 5rem;
		height: 4rem;
		display: inline-block;
		margin-right: 0.6rem;
	}
	
	.screen-9 ul.topic li a {
		display: inline-block;
		text-decoration: none;
		width: 78%;
		height: 4rem;
		line-height: 1.5rem;
	}
	
	.screen-9 ul.topic li a h5 {
		    font-size: 0.8rem;
		font-weight: normal;
		box-sizing: border-box;
		padding-right: 0.3rem;
		color: #333;
	}
	
	.screen-9 ul.topic li a p {
		display: inline-block;
		color: #333;
	}
	
	.screen-9 ul.topic li div.time {
		position: absolute;
		right: 0.3rem;
		bottom: 0.26rem;
		    font-size: 0.8rem;
		color: #666;
		line-height: 0.14rem;
	}
	/*查看更多-模板*/
	
	.more {
		height: 3rem;
		text-align: center;
		box-sizing: border-box;
		/*margin-bottom: 0.3rem;*/
	}
	
	.more .line {
		width: 7.02rem;
		height: 1px;
		background-color: #cccccc;
		margin: 0 auto;
	}
	
	.more a {
		display: block;
		margin: 0 auto;
		text-decoration: none;
		font-size: 1.3rem;
		color: #32bfc0;
		line-height: 3rem;
	}
	
	.serve_btn {
		width: 7rem;
		height: 4rem;
		margin-right: 3%;
		background: url("../image/programme.png")no-repeat center center;
		background-size: 100%;
		margin: auto;
	}
	
	.serve_btn img {
		width: 100%;
		height: 100%;
	}
	
	.serve_btn:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
	}
	
	.serve_btns {
		margin-top: 0.5rem;
	}
	
	.serve_btns:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}
	
	.serve_more,
	.special_more {
		margin: 0.2rem 0;
	}
	
	.serve_more a,
	.special_more a,
	.slide_xixun {
		display: table;
		padding: 7px;
		color: #fff;
		background: #32bfc0;
		font-size: 0.8rem;
		border-radius: 5px;
		margin: auto;
	}
	
	.serve_box {
		padding: 0 0.2rem;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	.serve_1 {
		margin-top: 0.2rem;
		color: #333;
	}
	
	.serve_1 .serve_title {
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		margin-top: 0.2rem;
	}
	
	.serve_1 p {
		font-size: 0.24rem;
		line-height: 160%;
		margin-top: 0.2rem;
	}
	
	.screen-2 .service_project .project1 .right:before {
		border: 0.3rem solid transparent;
		border-right: 0.3rem solid #fff;
		width: 0;
		height: 0;
		position: absolute;
		content: ' ';
		top: 50%;
		left: 0;
		transform: translate(-100%, -50%);
		z-index: 1;
	}
	
	.screen-2 .service_project .project2 .right:before {
		border: 0.3rem solid transparent;
		border-left: 0.3rem solid #fff;
		width: 0;
		height: 0;
		position: absolute;
		content: ' ';
		top: 50%;
		right: 0;
		transform: translate(100%, -50%);
		z-index: 1;
	}
	
	.serve_box>.serve_1>img {
		width: 100%;
		height: 13rem;
		display: block;
	}
	/*成功案例*/
	.main .container {
	    width: 100%;
	}
	.left_table li {
	    width: 48%;
	    display: inline-block;
	        margin-bottom: 10px;
	}
	.left_table li:nth-child(2n){
		margin-right: 0;
	}
	.left_table ul {
	    display: block;
	}
	.main.ly-case h3.main-hd.cs-title {
	    padding: 10px 0;
	}
	.main.ly-case{
		display: block !important;
	    background-color: #fff;
	    margin-top: 0.3rem;
	    margin-bottom: 0.3rem;
	    box-sizing: border-box;
	    border-bottom: 1px solid #cccccc;
	}
	.main.ly-case h3.main-hd.cs-title img {
	    width: 7rem;
	}
	.left_text>div{
		font-size: 1rem;
	}
	.left_text>a{
		font-size: 0.8rem;
	}
	/*助孕流程*/
	section.screen-5{
		display: block;
		    margin-top: 0.3rem;
	}
	section.screen-5 .surrogacy_process img {
	    width: 100%;
	}
	/*手机侧边栏*/
	body{
	    position: relative;
	}
	.ly_tel{
        display: block;
        position: fixed;
        right: 0;
        bottom: 37%;
    }
    .ly_tel .ly_teico {
       
       
    }
}


.wechat .cente{
		        display: flex;
		}
		    .wechat .cente .wechat-div{
		        width: 50%;
		        text-align: center;
		    }
		    .wechat .wechat-div .ewm-img{
    max-width: 300px;
}
.wechat .wechat-div a{
    font-size: 24px;
}

@media (max-width: 767px){
    .wechat .cente{
		        display: block;
		}
    .wechat .cente .wechat-div{
		        width: 100%;
		    }
}